-
Notifications
You must be signed in to change notification settings - Fork 1.4k
doc: Add sysbuild migration guide #15845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
547befc to
0a0c714
Compare
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
3ee5455 to
3ef8582
Compare
0d7d39d to
a7caab2
Compare
|
@greg-fer @FrancescoSer could do with a scan through the current content and seeing if anything should be changed. Some of the headings could do with being smaller. https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-15845/nrf/config_and_build/sysbuild_migration.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there also some nRF54H20-specific info that should be added? @nordicjm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No clue, nrf54h20 is out of my scope
8784824 to
377b740
Compare
I worked on and pushed for zephyrproject-rtos/zephyr#73254 to be in NCS 2.7 and zephyr 3.7 but I've been pushed back at every turn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Fast Pair part looks good (two nits regarding capitalization)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The addition of sysbuild related content on the container page (index.rst) must be fixed.
doc/nrf/config_and_build/configuring_app/zephyr_samples_sysbuild.rst
Outdated
Show resolved
Hide resolved
Adds a migration guide of how project features from child/parent image should be adapted for usage with sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Adds a guide on configuring and using images from sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Adds a page describing how to select a network core image for zephyr samples Signed-off-by: Jamie McCrae <[email protected]>
Adds deprecated to the title as this method is deprecated and replaced with sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Adds sysbuild documentation on configuring bootloaders Signed-off-by: Jamie McCrae <[email protected]>
Updates instructions to work with sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Fixes alignment of the lines in this file Signed-off-by: Jamie McCrae <[email protected]>
Updates the documentation for sysbuild and adds listing of Kconfig options Signed-off-by: Jamie McCrae <[email protected]>
Updates guides to use sysbuild terms and features Signed-off-by: Jamie McCrae <[email protected]>
Updates guides to use sysbuild terms and features Signed-off-by: Jamie McCrae <[email protected]>
Updates usage of a Kconfig for sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Updates usage of a Kconfig for sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Updates usage of a Kconfig for sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Updates file names for sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Fixes a comment on the downgrade page which wrongly states that the build number would be ignored Signed-off-by: Jamie McCrae <[email protected]>
Adds a page documenting Kconfig options that sysbuild controls Signed-off-by: Jamie McCrae <[email protected]>
Re-arranges two Kconfig options for a more natural flow Signed-off-by: Jamie McCrae <[email protected]>
Adds documentation on configuring a basic firmware loader application in a project when using sysbuild Signed-off-by: Jamie McCrae <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK for Bluetooth Mesh
Adds a sysbuild migration guide and updates documentation